home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1995 #5 & #6
/
Amiga Plus CD - 1995 - No. 5 and 6.iso
/
pd
/
datatypes
/
c
/
doc
/
c.datatype.rev
< prev
next >
Wrap
Text File
|
1995-08-07
|
2KB
|
91 lines
Revision History for c.datatype :
c.datatype 39.13 (7.8.95) :
- added USERKEYWORDS template, so you can add some keyword defines
- fixed bug in alloca replacement (caused crash in amigaguide)
c.datatype 39.12 (25.7.95) :
- added background color support
- fixed a bug from NDK (classbase.c LibExpunge Semaphore)
- some code rework in dispatch.c (NotifySuperAttrs)
c.datatype 39.11 (9.7.95) :
- tab handling improved
- c/c++ keywords separated, thus c++ keywords are only highlighted in c++
- some parse errors fixed
- layout method handles now Ctrl-C (but datatypes.library does not :( )
- lex() function is now inlined through the SAS-C OPTINLOCAL option
- some redundant code removed (from Examples of Developer-Kit 3.1)
- DTM_OBTAIN,DTM_RELEASE method added to show how to do more black box
c.datatype 39.10 (4.6.95) :
- tabs and space handled now correctly for printing
c.datatype 39.9 (10.5.95) :
- added userdefined types support
- fixed some (bugs?) with the pen allocation
c.datatype 39.8 (28.4.95) :
- fixed bug,if comments are marked as TEXT a // comment wasn't wrapped.
Reported from Swen Stullich.
- a backslash to continue a line was only handled for defines
now it's handled for strings and within strings.
Reported from Jens Toivo Berger Thielemann and Klaus A Seistrup.
- added a test.c file
c.datatype 39.7 (14.4.95) :
- added NONESTEDCOMMENTS in GLOBAL template
- added INLINEARGS template and code
- DTA_HorizUnit is now set to TextFont->tf_XSize
c.datatype 39.6 (9.4.95) :
- a problem with comments and tabs fixed, which may caused a crash
- else keyword wasn't sorted correctly in the keyword array. This is fixed
c.datatype 39.5 (1.4.95) :
- added GLOBAL prefs template with TABLENGTH to specify the number of spaces for a tab
- added NUMBER CPART for any number constant hex or decimal
c.datatype 39.4 (24.3.95) :
- missing else keyword added
c.datatype 39.3 (23.3.95) :
- added TEXT option for CPART template
- now full tabs handling
- some parse errors fixed
c.datatype 39.2 (12.3.95) :
- added C++ keywords
c.datatype 39.1 (7.3.95) :
- initial